05. GraphiQL

JAVA C2 L3 05 GraphiQL

A tool called GraphiQL is a simple web app that is able to communicate with any GraphQL Server and execute queries and mutations against it. We'll go much more in-depth on how to use GraphiQL in the Case Study later in this lesson.

Identify TWO ways to test a GraphQL API.

SOLUTION:
  • Postman
  • GraphiQL